public Row Get( int row, int row2 )
'Declaration Public Overloads Function Get( _ ByVal row As Integer, _ ByVal row2 As Integer _ ) As Row
'使用法 Dim instance As Rows Dim row As Integer Dim row2 As Integer Dim value As Row value = instance.Get(row, row2)
FarPoint.Win.Spread.Row r; r = fpSpread1.ActiveSheet.Rows.Get(2); r.BackColor = Color.Yellow;
Dim r As FarPoint.Win.Spread.Row r = FpSpread1.ActiveSheet.Rows.Get(2, 5) r.BackColor = Color.Yellow
Rows クラス Rows メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.