'Declaration Public Overloads ReadOnly Property Item( _ ByVal tag As String _ ) As Cell
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal tag As String _ ) As Cell
public Cell Item( string tag ) {get;}
fpSpread1.Sheets[0].Cells["B1"].Text = "test";
fpSpread1.Sheets(0).Cells("B1").Text = "test"
Cells クラス Cells メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.