API Reference

Class

ExcelFluentReadSheet

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

Fluent sheet scope.

Inheritance

  • Object
  • ExcelFluentReadSheet

Usage

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

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.