struct GoogleSpreadsheets::GridRange
- GoogleSpreadsheets::GridRange
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
google_spreadsheets.crConstructors
- .new(sheetId : Int64, startRowIndex : Int64, endRowIndex : Int64, startColumnIndex : Int64, endColumnIndex : Int64)
- .new(pull : JSON::PullParser)
Constructor Detail
def self.new(sheetId : Int64, startRowIndex : Int64, endRowIndex : Int64, startColumnIndex : Int64, endColumnIndex : Int64)
#