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


In This Topic
TextAttachAlignment Property (ListHeaderInfo)
In This Topic
Gets or sets how to attach the text to the image.
Syntax
'Declaration
 
Public Property TextAttachAlignment As AttachAlignment
 
'Usage
 
Dim instance As ListHeaderInfo
Dim value As AttachAlignment
 
instance.TextAttachAlignment = value
 
value = instance.TextAttachAlignment

Property Value

An AttachAlignment object that represents how to attach the text to the image.
See Also