GrapeCity.Xaml.SpreadSheet.Data
BorderVertical Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > TableStyleInfo Class : BorderVertical Property
Gets or sets the vertical border for a cell.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property BorderVertical As BorderLine
'Usage
 
Dim instance As TableStyleInfo
Dim value As BorderLine
 
instance.BorderVertical = value
 
value = instance.BorderVertical
[DefaultValue()]
public BorderLine BorderVertical {get; set;}

Property Value

A BorderLine object that specifies the border line.
See Also

Reference

TableStyleInfo Class
TableStyleInfo Members