Spread Silverlight Documentation
IsGridLine Property (BorderLine)


GrapeCity.Windows.SpreadSheet.Data Namespace > BorderLine Class : IsGridLine Property
Indicates whether the border is a built-in gridline.
Syntax
'Declaration
 
Public ReadOnly Property IsGridLine As System.Boolean
'Usage
 
Dim instance As BorderLine
Dim value As System.Boolean
 
value = instance.IsGridLine
public System.bool IsGridLine {get;}

Property Value

true if the border is a type of grid line; otherwise, false.
See Also

Reference

BorderLine Class
BorderLine Members