SharpLeaf Reference > Table Methods > SetCellBox Method Table.SetCellBox Method
Set cell boxes to cycle through from current cell on.
Overloads
Example
// Use pale blue cell background from now on
tb.SetCellBox(new BoxStyle(0,Color.Transparent,LineStyle.Invisible,0,Color.Navy,
FillStyle.Saturate20,false));
Description
Default is null which is no box.
See also ...Table Appearance | Table Cyclic Settings | Table Glossary | Table Members | Table.Box Property | Table.SetColumnGrid Method | Table.SetRowGrid Method
Send comments on this topic © Dyalog Ltd 2021
|