MindFusion.Wpf Pack Programmer's Guide
Column Members
Properties
 


Identifies a column in a worksheet.

The following tables list the members exposed by the Column type.

 Public Properties

  Name Description

ConditionalFormats

Gets a list with format objects that can be used to customize the appearance of the cells in the column based on various conditions.

Index

Gets the zero-based index of the represented column.

IsCollapsed

Gets or sets a value indicating whether the group represented by this column is collapsed.

IsHidden

Gets or sets a value indicating whether the column is hidden.

OutlineLevel

Gets or sets the outline level of the column, or 0, if the column is not grouped.

PageBreak

Gets or sets a value indicating whether to force a page break after this column during printing.

Style

Gets an IColumnStyle object that can be used to customize the appearance of all cells in the column.

Tag

Gets or sets a custom object associated with this column.

Title

Gets or sets the column title.

Validation

Gets an IValidation object that can be used to specify validation rules for the data in the column.

Width

Gets or sets the width of the column.

 See Also

Column Class
MindFusion.Spreadsheet.Wpf Namespace