Show / Hide Table of Contents

    Class Sheet

    Inheritance
    Object
    Sheet
    Namespace: GoogleSheetFetcher.Editor
    Assembly: GoogleSheetFetcher.Editor.dll
    Syntax
    public class Sheet

    Properties

    | Improve this Doc View Source

    Id

    The gid of the sheet.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Name

    The sheet name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Google Sheet Fetcher Documentation