SharpLeaf Reference > Table Methods > SetCellBox Method > (BoxStyle,Int32,Int32) Table.SetCellBox Method (BoxStyle,Int32,Int32)
Set a specific cell box without changing the cycle.
public void SetCellBox(
BoxStyle box,
int col,
int row
);
-
box
- cell box to use.
-
col
- target column : 0 for “all”, positive from left/top, negative from right/bottom.
-
row
- target row : 0 for “all”, positive from left/top, negative from right/bottom.
See also ...Table Members | Table.SetCellBox Method
Send comments on this topic © Dyalog Ltd 2021
|