FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class : IsEmpty Property |
'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())
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional