OfficeIMO

API Reference

Class

ExcelFluentReadSheet

Namespace OfficeIMO.Excel.Fluent
Assembly OfficeIMO.Excel
Modifiers sealed

Fluent sheet scope.

Inheritance

  • Object
  • ExcelFluentReadSheet

Methods

public ExcelFluentReadRange Range(String a1Range) #
Returns: ExcelFluentReadRange

Targets a specific A1 range for reading.

Parameters

a1Range System.String requiredposition: 0
A1 notation range (e.g. "A1:D100").
public ExcelFluentReadRange UsedRange() #
Returns: ExcelFluentReadRange

Targets the sheet's used range (as detected by Excel) for reading.