'Declaration Public Overloads ReadOnly Property Item( _ ByVal tag As String _ ) As Cell
'使用法 Dim instance As Cells Dim tag As String Dim value As Cell value = instance.Item(tag)
public Cell Item( string tag ) {get;}
fpSpread1.Sheets[0].Cells["B1"].Text = "test";
FpSpread1.Sheets(0).Cells("B1").Text = "test"
Cells クラス Cells メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.