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