API Reference
Class
ExcelFluentReadSheet
Fluent sheet scope.
Inheritance
- Object
- ExcelFluentReadSheet
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object