Spread Silverlight Documentation
Left Property (ExcelPrintPageMargin)


GrapeCity.Excel Namespace > ExcelPrintPageMargin Class : Left Property
Get or set the left margin
Syntax
'Declaration
 
Public Property Left As System.Double
'Usage
 
Dim instance As ExcelPrintPageMargin
Dim value As System.Double
 
instance.Left = value
 
value = instance.Left
public System.double Left {get; set;}

Property Value

The value of the left margin
See Also

Reference

ExcelPrintPageMargin Class
ExcelPrintPageMargin Members