PrintDocument for WinForms
GetVectorSizingMode メソッド (TableVectorCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス : GetVectorSizingMode メソッド
The 0-based index (TableVector.Ordinal) of the row or column.
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).
シンタックス
'宣言
 
Public Function GetVectorSizingMode( _
   ByVal index As System.Integer _
) As TableSizingModeEnum
'使用法
 
Dim instance As TableVectorCollection
Dim index As System.Integer
Dim value As TableSizingModeEnum
 
value = instance.GetVectorSizingMode(index)
public TableSizingModeEnum GetVectorSizingMode( 
   System.int index
)

パラメータ

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

戻り値の型

The effective sizing mode of the specified vector (row or column).
参照

TableVectorCollection クラス
TableVectorCollection メンバ