[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ColumnHeader

ColumnHeader Class

Represents the column header portion of the control.

Inheritance
ColumnHeader
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ColumnHeader
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ColumnHeader

Properties

Name Description
AlternatingRows

Gets the alternating rows information for the column header.

AutoFilterIndex

Gets or sets which column header row displays the row filter indicator when there are multiple column header rows.

AutoSortIndex

Gets or sets which column header row displays the sort indicator when there are multiple column header rows.

AutoText

Gets or sets whether the column header displays letters or numbers or is blank.

AutoTextIndex

Gets or sets which column header row displays the automatic text when there are multiple column header rows.

Cells

Gets a Cells object for the cells in the column header.

Columns

Gets a Columns object for the columns in the column header.

DefaultStyle

Gets or sets the default style information for the cells in the column header.

DefaultStyleName

Gets or sets the name of the default style for the column header.

HorizontalGridLine

Gets or sets the horizontal grid line in the column header.

RowCount

Gets or sets the number of rows in the column header.

Rows

Gets a Rows object for the rows in the column header.

VerticalGridLine

Gets or sets the vertical grid line in the column header.

Visible

Gets or sets whether the column header is visible.

Methods

Name Description
GetClip(int, int, int, int)

Gets a tab-delimited string that contains the formatted text in a range.

GetClipValue(int, int, int, int)

Gets a tab-delimited string that contains the unformatted text in a range.

SetClip(int, int, int, int, string)

Sets a tab-delimited string that contains the formatted text in a range.

SetClipValue(int, int, int, int, string)

Sets a tab-delimited string that contains the unformatted text in a range.

ToString()

Gets a string that contains a reference to the column header (always returns null).