PrintDocument for WinForms
GetVectorVisible メソッド (TableVectorCollection)


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

パラメータ

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

戻り値の型

The value of the specified vector's TableVector.Visible property, or true if the vector has not been initialized.
参照

TableVectorCollection クラス
TableVectorCollection メンバ