Spread Windows Forms 12.0 Product Documentation
Type Property (IDatabarBorder)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IDatabarBorder Interface : Type Property
Gets or sets the type of border for data bars specified by a conditional formatting rule.
Syntax
'Declaration
 
Property Type As DatabarBorderType
'Usage
 
Dim instance As IDatabarBorder
Dim value As DatabarBorderType
 
instance.Type = value
 
value = instance.Type
DatabarBorderType Type {get; set;}

Property Value

The type.
See Also

Reference

IDatabarBorder Interface
IDatabarBorder Members