Abstract base class for worksheet row and worksheet column.

Inheritance

object

Classes that extend this class.

Derived Classes

Gets the default cell format for cells in this row or column.

public IWorksheetCellFormat CellFormat { get; }

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

public bool Hidden { get; set; }

Gets the 0-based index of the row or column in the worksheet.

public abstract int Index { get; }

Gets or sets the outline level for the row or column.

public int OutlineLevel { get; set; }

Gets the worksheet to which the row or column belongs.

public Worksheet Worksheet { get; }

Gets the resolved cell formatting for the cells in the row or column.

public IWorksheetCellFormat GetResolvedCellFormat()

Returns any