Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemInfo Class / ContentAlignment Property


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

Property Value

The ContentAlignment value that indicates the alignment of the text.
See Also