Spread for ASP.NET 12 Product Documentation
BorderSizeLeft Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class : BorderSizeLeft Property
Gets or sets the width in pixels of the left border.
Syntax
'Declaration
 
Public Property BorderSizeLeft As Integer
'Usage
 
Dim instance As Border
Dim value As Integer
 
instance.BorderSizeLeft = value
 
value = instance.BorderSizeLeft
public int BorderSizeLeft {get; set;}
See Also

Reference

Border Class
Border Members