Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowInfo Class / Margin Property
Example


In This Topic
    Margin Property (PreviewRowInfo)
    In This Topic
    Gets or sets the margin.
    Syntax
    'Declaration
     
    
    Public Property Margin As Inset
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As Inset
     
    instance.Margin = value
     
    value = instance.Margin
    public Inset Margin {get; set;}

    Property Value

    Inset object containing the insets (margins)
    Example
    This example customizes the appearance of the preview row.
    See Also