Abstract base class for worksheet row and worksheet column.
Inheritance
object
Classes that extend this class.
Derived ClassesProperties
Section titled "Properties"CellFormat
Section titled "CellFormat"Gets the default cell format for cells in this row or column.
public IWorksheetCellFormat CellFormat { get; } Hidden
Section titled "Hidden"Gets or sets the value indicating whether the row or column is hidden.
public bool Hidden { get; set; } Index
Section titled "Index"Gets the 0-based index of the row or column in the worksheet.
public abstract int Index { get; } OutlineLevel
Section titled "OutlineLevel"Gets or sets the outline level for the row or column.
public int OutlineLevel { get; set; } Worksheet
Section titled "Worksheet"Gets the worksheet to which the row or column belongs.
public Worksheet Worksheet { get; } Methods
Section titled "Methods"GetResolvedCellFormat()
Section titled "GetResolvedCellFormat()"Gets the resolved cell formatting for the cells in the row or column.
public IWorksheetCellFormat GetResolvedCellFormat()