'Declaration Public ReadOnly Property Parent As Object
'Declaration
Public ReadOnly Property Parent As Object
public object Parent {get;}
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 メンバ
© MESCIUS inc. All rights reserved.