Reports for WinForms
GetVectorVisible メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス : GetVectorVisible メソッド
行または列の0から始まるインデックス( TableVector.Ordinal)。
RenderTable内のインデックスによって識別された TableVector(行または列)の TableVector.Visibleプロパティの値を返します。このメソッドは指定したベクターを、まだ初期化されていない場合は作成しません(詳細は GetVectorSize解説を参照)。
シンタックス
'宣言
 
Public Function GetVectorVisible( _
   ByVal index As System.Integer _
) As System.Boolean
public System.bool GetVectorVisible( 
   System.int index
)

パラメータ

index
行または列の0から始まるインデックス( TableVector.Ordinal)。

戻り値の型

指定したベクターの TableVector.Visibleプロパティの値。ベクターが初期化されていない場合は true
参照

TableVectorCollection クラス
TableVectorCollection メンバ