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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : Margin Property
Gets or sets the settings of the cell margins that define the space between the cell border and the cell contents for the four sides of the cell.
Syntax
'Declaration
 
Public Overridable Property Margin As Inset
'Usage
 
Dim instance As StyleInfo
Dim value As Inset
 
instance.Margin = value
 
value = instance.Margin
public virtual Inset Margin {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members