[]
Returns the effective TableSizingModeEnum of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(int) for details).
public TableSizingModeEnum GetVectorSizingMode(int index)
Public Function GetVectorSizingMode(index As Integer) As TableSizingModeEnum
| Type | Name | Description |
|---|---|---|
| int | index | The 0-based index (Ordinal) of the row or column. |
| Type | Description |
|---|---|
| TableSizingModeEnum | The effective sizing mode of the specified vector (row or column). |