API Reference
Class
ExcelFluentReadSheet
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.
Returned or exposed by
Methods
public ExcelFluentReadRange Range(String a1Range) #Returns:
ExcelFluentReadRangeTargets a specific A1 range for reading.
Parameters
- a1Range System.String
- A1 notation range (e.g. "A1:D100").
public ExcelFluentReadRange UsedRange() #Returns:
ExcelFluentReadRangeTargets the sheet's used range (as detected by Excel) for reading.