Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowInfo Class / Padding Property


In This Topic
    Padding Property (PreviewRowInfo)
    In This Topic
    Gets or sets the amount of spaces to preview row in pixels.
    Syntax
    'Declaration
     
    
    Public Overridable Property Padding As CellPadding
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As CellPadding
     
    instance.Padding = value
     
    value = instance.Padding
    public virtual CellPadding Padding {get; set;}
    See Also