Spread Windows Forms 12.0 Product Documentation
Indent Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : Indent Property
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

Reference

ListItemInfo Class
ListItemInfo Members