SharpLeaf Reference > Table Methods > SetCellMargins Method > (Double[]) Table.SetCellMargins Method (Double[])
Set margins above/below/left/right cell content within cell boundary for all table cells (default is 3).
public void SetCellMargins(
double[] values
);
-
values
- Margins around cell content as four numbers (left, above, right, below).
See also ...Table Members | Table.SetCellMargins Method
Send comments on this topic © Dyalog Ltd 2021
|