FarPoint.Win.Spread
ColumnHeader Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ColumnHeader Class


The following tables list the members exposed by ColumnHeader.

Public Properties

 NameDescription
Public PropertyAlternatingRows Gets the alternating rows information for the column header.  
Public PropertyAutoFilterIndex Gets or sets which column header row displays the row filter indicator when there are multiple column header rows.  
Public PropertyAutoSortIndex Gets or sets which column header row displays the sort indicator when there are multiple column header rows.  
Public PropertyAutoText Gets or sets whether the column header displays letters or numbers or is blank.  
Public PropertyAutoTextIndex Gets or sets which column header row displays the automatic text when there are multiple column header rows.  
Public PropertyCells Gets a Cells object for the cells in the column header.  
Public PropertyColumns Gets a Columns object for the columns in the column header.  
Public PropertyDefaultStyle Gets or sets the default style information for the cells in the column header.  
Public PropertyDefaultStyleName Gets or sets the name of the default style for the column header.  
Public PropertyHorizontalGridLine Gets or sets the horizontal grid line in the column header.  
Public PropertyRowCount Gets or sets the number of rows in the column header.  
Public PropertyRows Gets a Rows object for the rows in the column header.  
Public PropertyVerticalGridLine Gets or sets the vertical grid line in the column header.  
Public PropertyVisible Gets or sets whether the column header is visible.  
Top

Public Methods

 NameDescription
Public MethodGetClip Gets a tab-delimited string containing the formatted text in a range.  
Public MethodGetClipValue Gets a tab-delimited string containing the unformatted text in a range.  
Public MethodSetClip Sets a tab-delimited string containing the formatted text in a range.  
Public MethodSetClipValue Sets a tab-delimited string containing the unformatted text in a range.  
Top

See Also