Spread Silverlight Documentation
ApplyBorder Property (IExtendedFormat)


GrapeCity.Excel Namespace > IExtendedFormat Interface : ApplyBorder Property
Gets or sets the flag indicate whether apply the border.
Syntax
'Declaration
 
Property ApplyBorder As System.Nullable(Of Boolean)
'Usage
 
Dim instance As IExtendedFormat
Dim value As System.Nullable(Of Boolean)
 
instance.ApplyBorder = value
 
value = instance.ApplyBorder
System.Nullable<bool> ApplyBorder {get; set;}

Property Value

Apply border or not
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members