[]
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. |
| HorizontalGridLine | Gets or sets the horizontal grid line in the column header. |
| Name | Gets or sets the name 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. |
| VerticalGridLine | Gets or sets the vertical grid line in the column header. |
| Visible | Gets or sets whether the column footer is visible. |
| 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. |
| SetAggregationFormat(int, int, string) | Sets the format for the cell with the specified row and column in the column footer. |
| SetAggregationType(int, int, AggregationType) | Sets the formula for the cell of the specified row and column in the column footer. |
| 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 footer (always returns null). |