SharpLeaf Reference > Table Methods > SetCellBox Method > (BoxStyle[],Boolean) Table.SetCellBox Method (BoxStyle[],Boolean)
Set column or row boxing, depending on provided flag.
public void SetCellBox(
BoxStyle[] boxes,
bool colwise
);
-
boxes
- array of boxes to tile table with.
-
colwise
- true for col-wise vector, false for row-wise vector.
See also ...Table Members | Table.SetCellBox Method
Send comments on this topic © Dyalog Ltd 2021
|