Spread for ASP.NET 10 Product Documentation
IsEmpty Property (Border)
Example 


Gets whether none of the properties for the border are set.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As Border
Dim value As Boolean
 
value = instance.IsEmpty
public virtual bool IsEmpty {get;}

Property Value

Boolean: true if no border properties are set; false otherwise
Remarks
This property is available at run time only.
Example
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()) 
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Border Class
Border Members
Reset Method
ResetAll Method

 

 


Copyright © GrapeCity, inc. All rights reserved.