[]
Represents the column footer portion of the control.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ColumnFooter
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ColumnFooter
Name | Description |
---|---|
AlternatingRows | Gets the alternating rows information for the column footer. |
Cells | Gets a Cells object for the cells in the column footer. |
Columns | Gets a Columns object for the columns in the column footer. |
DefaultStyle | Gets or sets the default style information for the cells in the column footer. |
DefaultStyleName | Gets or sets the name of the default style for the column footer. |
Height | Gets or sets the height of the column footer. |
RowCount | Gets or sets the number of rows in the column footer. |
Rows | Gets a Rows object for the rows in the column footer. |
Visible | Gets or sets whether the column footer is visible. |
Name | Description |
---|---|
GetAggregateValue(int) | Gets the aggregate value. |
GetClip(int, int, int, int) | Gets a tab-delimited string containing the formatted text in a range. |
GetClipValue(int, int, int, int) | Gets a tab-delimited string containing the unformatted text in a range. |
SetClip(int, int, int, int, string) | Sets a tab-delimited string containing the formatted text in a range. |
SetClipValue(int, int, int, int, string) | Sets a tab-delimited string containing the unformatted text in a range. |
ToString() | Gets a string containing a reference to the column footer (always returns null). |