'Declaration Public ReadOnly Property Parent As Object
'Declaration
Public ReadOnly Property Parent As Object
public object Parent {get;}
このプロパティが使用できるのは実行時のみです。
親になれるオブジェクトは次のとおりです。
MessageBox.Show(fpSpread1.ActiveSheet.Cells[0, 0].Parent.ToString());
MessageBox.Show(fpSpread1.ActiveSheet.Cells(0, 0).Parent.ToString())
Cells クラス Cells メンバ
© MESCIUS inc. All rights reserved.