'Declaration Public ReadOnly Property Cells As Cells
'Declaration
Public ReadOnly Property Cells As Cells
'使用法 Dim instance As SheetView Dim value As Cells value = instance.Cells
'使用法
Dim instance As SheetView Dim value As Cells value = instance.Cells
public Cells Cells {get;}
fpSpread1.ActiveSheet.Cells[0, 0, 2, 2].Text = "I am a Cell";
FpSpread1.ActiveSheet.Cells(0, 0, 2, 2).Text = "I am a Cell"
SheetView クラス SheetView メンバ Cells クラス
境界線、罫線、グリッド線 編集、検証、選択、フォーカス
Copyright © 2004 GrapeCity inc.