Spread Silverlight Documentation
Left Property (ExcelBorder)


GrapeCity.Excel Namespace > ExcelBorder Class : Left Property
Gets or sets the left border line
Syntax
'Declaration
 
Public Property Left As IExcelBorderSide
'Usage
 
Dim instance As ExcelBorder
Dim value As IExcelBorderSide
 
instance.Left = value
 
value = instance.Left
public IExcelBorderSide Left {get; set;}

Property Value

The left border line
See Also

Reference

ExcelBorder Class
ExcelBorder Members