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

このセルコレクションを含む親オブジェクトを取得します。
構文
'Declaration
 
Public ReadOnly Property Parent As Object
public object Parent {get;}

プロパティ値

親を含むObject
この例では、セルの親を返します。
FarPoint.Web.Spread.Cell c;
c = FpSpread1.ActiveSheetView.Cells[0, 0]; 
Response.Write(c.Parent.ToString());
Dim c As FarPoint.Web.Spread.Cell
c = FpSpread1.ActiveSheetView.Cells(0, 0)  
Response.Write(c.Parent.ToString())
参照

Cells クラス
Cells メンバ

 

 


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