Spread Silverlight Documentation
BorderVertical Property


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

Property Value

A BorderLine object that specifies the border line.
See Also

Reference

TableStyleInfo Class
TableStyleInfo Members