Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / Indent Property


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

    Property Value

    An System.Int32 value that represents the indent setting of ListItemInfo.
    See Also