PowerTools SPREAD for ASP.NET 8.0J
Parent プロパティ (Columns)

この列コレクションを含む親オブジェクトを取得します。
構文
'Declaration
 
Public ReadOnly Property Parent As Object
public object Parent {get;}
この例では、指定した列の親を返します。
object o;
o = FpSpread1.ActiveSheetView.Columns[0].Parent;
Response.Write(o.ToString());
Dim o As Object
o = FpSpread1.ActiveSheetView.Columns(0).Parent
Response.Write(o.ToString())
参照

Columns クラス
Columns メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.