GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderInfo Class / ContentAlignment Property


In This Topic
ContentAlignment Property (ListHeaderInfo)
In This Topic
Gets or sets the content alignment.
Syntax
'Declaration
 
Public Property ContentAlignment As ContentAlignment
 
'Usage
 
Dim instance As ListHeaderInfo
Dim value As ContentAlignment
 
instance.ContentAlignment = value
 
value = instance.ContentAlignment

Property Value

A ContentAlignment value that indicates the alignment of the content of the ListHeader object.
See Also