 | C1FlexSheetItem プロパティ (String) |
Excel の範囲表記を使用して、グリッドセルに格納されている値を取得または設定します。
名前空間: C1.WPF.FlexGridアセンブリ: C1.WPF.FlexSheet.4 (C1.WPF.FlexSheet.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文public Object this[
string cellReference
] { get; set; }
Public Default Property Item (
cellReference As String
) As Object
Get
Set
パラメータ
- cellReference
- 型: SystemString
Excel 表記("A1"、"AB32" など)を使用したセル参照。
戻り値
型:
Objectセルに格納されている値。
参照