Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplate Class / Indent Property


In This Topic
    Indent Property (ItemTemplate)
    In This Topic
    Gets or sets the indent.
    Syntax
    'Declaration
     
    
    Public Property Indent As Integer
    'Usage
     
    
    Dim instance As ItemTemplate
    Dim value As Integer
     
    instance.Indent = value
     
    value = instance.Indent
    public int Indent {get; set;}

    Property Value

    A System.Int32 value indicates the indent.
    See Also