Spread for ASP.NET 12 Product Documentation
AutoTextIndex Property (ColumnHeader)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ColumnHeader Class : AutoTextIndex Property
Gets or sets which column header row displays the automatic text when there are multiple column header rows.
Syntax
'Declaration
 
Public Property AutoTextIndex As Integer
'Usage
 
Dim instance As ColumnHeader
Dim value As Integer
 
instance.AutoTextIndex = value
 
value = instance.AutoTextIndex
public int AutoTextIndex {get; set;}
See Also

Reference

ColumnHeader Class
ColumnHeader Members