class Google::Apis::SheetsV4::TrimWhitespaceRequest
a formula.
or ‘=’ character, the text remains as a string value and isn’t interpreted as
characters to a single space. If the resulting trimmed text starts with a ‘+’
each cell’s text, and reduces any subsequence of remaining whitespace
specified range. This request removes all whitespace from the start and end of
Trims the whitespace (such as spaces, tabs, or new lines) in every cell in the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @range = args[:range] if args.key?(:range) end