PowerTools MultiRow for Windows Forms 8.0J
Item(Int32) プロパティ

取得するColumnHeaderSectionの0から始まるインデックス。
指定したインデックスにあるColumnHeaderSectionを取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As ColumnHeaderSection
public ColumnHeaderSection Item( 
   int index
) {get;}

パラメータ

index
取得するColumnHeaderSectionの0から始まるインデックス。

プロパティ値

指定したインデックスにあるColumnHeaderSection
例外
例外解説
System.ArgumentOutOfRangeException

index0未満です。

または

indexCount以上です。

参照

ColumnHeaderSectionCollection クラス
ColumnHeaderSectionCollection メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.