[]
Gets the width (in points) of column.
public double GetColumnWidth(int column)
Public Function GetColumnWidth(column As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | column | The column index. |
| Type | Description |
|---|---|
| double | The width of column. |
Gets the total width (in points) of columns.
public double GetColumnWidth(int column, int column2)
Public Function GetColumnWidth(column As Integer, column2 As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | column | start column index |
| int | column2 | end column index. |
| Type | Description |
|---|---|
| double | The total width (in points) of columns. |