Spread for ASP.NET 12 Product Documentation
Margin Property (Column)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : Margin Property
Gets or sets the default settings of the cell margins that define the space between the cell border and the cell contents, for all the cells in this column.
Syntax
'Declaration
 
Public Property Margin As Inset
'Usage
 
Dim instance As Column
Dim value As Inset
 
instance.Margin = value
 
value = instance.Margin
public Inset Margin {get; set;}
See Also

Reference

Column Class
Column Members