Spread for ASP.NET 12 Product Documentation
Left Property (Inset)


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

Reference

Inset Class
Inset Members