FlexPivot for WinForms
CopyTo メソッド (ValidationRuleCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ValidationRuleCollection クラス : CopyTo メソッド
The one-dimensional System.Array that is the destination of the elements copied from ValidationRuleCollection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the ValidationRuleCollection to an System.Array, starting at a particular System.Array index.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array() As ValidationRule, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   ValidationRule[] array,
   System.int arrayIndex
)

パラメータ

array
The one-dimensional System.Array that is the destination of the elements copied from ValidationRuleCollection. The System.Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
参照

ValidationRuleCollection クラス
ValidationRuleCollection メンバ