Reports for WPF
GetVectorVisible メソッド (TableVectorCollection)

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス : GetVectorVisible メソッド
行または列の0から始まるインデックス(TableVector.Ordinal)。
RenderTable 内のインデックスによって識別された TableVector (行または列)の TableVector.Visible プロパティの値を返します。 このメソッドは指定したベクターを、まだ初期化されていない場合は作成しません (詳細は TableVectorCollection.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 メンバ