'Declaration Public Overridable ReadOnly Property IsEmpty As Boolean
public virtual bool IsEmpty {get;}
'Declaration Public Overridable ReadOnly Property IsEmpty As Boolean
public virtual bool IsEmpty {get;}
bool b;
b = FpSpread1.ActiveSheetViewCells[0, 0].Border.IsEmpty();
Response.Write(b.ToString());
Dim b As Boolean b = FpSpread1.ActiveSheetView.Cells(0, 0).Border.IsEmpty Response.Write(b.ToString())