Spread Silverlight Documentation
BorderHorizontal Property


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

Property Value

A BorderLine object that specifies the border line.
See Also

Reference

TableStyleInfo Class
TableStyleInfo Members