Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderInfo Class / ImageTextSpace Property


In This Topic
ImageTextSpace Property (ListHeaderInfo)
In This Topic
Gets or sets the space between the image and text.
Syntax
'Declaration
 
Public Property ImageTextSpace As Integer
 
'Usage
 
Dim instance As ListHeaderInfo
Dim value As Integer
 
instance.ImageTextSpace = value
 
value = instance.ImageTextSpace

Property Value

An System.Int32 that represents the space between the image and text.
See Also