Visual Basic (Declaration) | |
---|---|
Public Enum HeaderAutoText Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HeaderAutoText |
C# | |
---|---|
public enum HeaderAutoText : System.Enum |
Member | Description |
---|---|
Blank | Does not display any automatic text in the column or row header. |
Letters | Displays letters in the column or row headers. |
Numbers | Displays numbers in the column or row header. |
Use these settings with the ColumnHeader AutoText property and Row Header AutoText property to specify whether numbers or letters appear in the headers. For more information about customizing header text, refer to Customizing Default Header Labels.
This example creates three RowHeaders for the active sheet and displays letters in the first of the headers.
C# | Copy Code |
---|---|
FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView; sv.RowHeader.ColumnCount=3; sv.RowHeader.AutoText=FarPoint.Web.Spread.HeaderAutoText.Letters; sv.RowHeader.AutoTextIndex=0; |
Visual Basic | Copy Code |
---|---|
Dim sv As FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView sv.RowHeader.ColumnCount=3 sv.RowHeader.AutoText=FarPoint.Web.Spread.HeaderAutoText.Letters sv.RowHeader.AutoTextIndex=0 |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.HeaderAutoText
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6