C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TableVectorCollection Class / GetVectorSizingMode Method
The 0-based index (TableVector.Ordinal) of the row or column.

In This Topic
GetVectorSizingMode Method (TableVectorCollection)
In This Topic
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 TableVectorCollection.GetVectorSize for details).
Syntax
'Declaration
 
Public Function GetVectorSizingMode( _
   ByVal index As Integer _
) As TableSizingModeEnum
 

Parameters

index
The 0-based index (TableVector.Ordinal) of the row or column.

Return Value

The effective sizing mode of the specified vector (row or column).
See Also