Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / Indent Property


In This Topic
Indent Property (ListItem)
In This Topic
Gets or sets a value indicating that the indent of the ListItem.
Syntax
'Declaration
 
Public Property Indent As Integer
 
'Usage
 
Dim instance As ListItem
Dim value As Integer
 
instance.Indent = value
 
value = instance.Indent

Property Value

A System.Int32 value that represents the indent of the ListItem.
See Also