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