Overload | Description |
---|---|
GetColumnWidth | Gets the width in pixels for the specified column on this sheet. |
Overload | Description |
---|---|
GetColumnWidth | Gets the width in pixels for the specified column on this sheet. |
fpSpread1.ActiveSheet.SetColumnWidth(0, 120);
int i;
i = fpSpread1.ActiveSheet.GetColumnWidth(0);
listBox1.Items.Add(i.ToString());
FpSpread1.ActiveSheet.SetColumnWidth(0, 120) Dim i As Integer i = FpSpread1.ActiveSheet.GetColumnWidth(0) ListBox1.Items.Add(i.ToString())