Worksheet class
Constructors
- Worksheet(SpreadsheetManager _spreadsheet, String _name, int _sheetId)
Properties
Methods
-
appendRows(
List< List< rows) → Future<Object?> >void> -
getValues(
{String? range}) → Future< List< List< >Object?> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resize(
{int? rowCount, int? columnCount}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateValues(
String range, List< List< values, {String valueInputOption = 'USER_ENTERED'}) → Future<Object?> >void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited