API Reference

Class

LegacyXlsWorksheetDimension

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents the used-range bounds declared by a legacy BIFF worksheet DIMENSIONS record.

Inheritance

  • Object
  • LegacyXlsWorksheetDimension

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public static LegacyXlsWorksheetDimension Empty { get; } #

Gets a dimension instance representing an explicitly empty worksheet.

public Boolean IsEmpty { get; } #

Gets whether the DIMENSIONS record declared no used cells.

public Nullable<Int32> FirstRow { get; } #

Gets the one-based first used row, when the worksheet is not empty.

public Nullable<Int32> FirstColumn { get; } #

Gets the one-based first used column, when the worksheet is not empty.

public Nullable<Int32> LastRow { get; } #

Gets the one-based last used row, when the worksheet is not empty.

public Nullable<Int32> LastColumn { get; } #

Gets the one-based last used column, when the worksheet is not empty.

public String UsedRangeA1 { get; } #

Gets the declared range in A1 notation. Empty sheets report A1:A1.