GrapeCity.Xaml.Excel
LeftMode Property


GrapeCity.Excel.Chart Namespace > ExcelManualLayout Class : LeftMode Property
Specifies how to interpret the left element for this layout
Syntax
'Declaration
 
Public Property LeftMode As ExcelLayoutMode
'Usage
 
Dim instance As ExcelManualLayout
Dim value As ExcelLayoutMode
 
instance.LeftMode = value
 
value = instance.LeftMode
public ExcelLayoutMode LeftMode {get; set;}
See Also

Reference

ExcelManualLayout Class
ExcelManualLayout Members