SheetXL - v0.3.20
    Preparing search index...

    Interface SheetRefJSON

    Used for persisting metadata about a ISheet.

    interface SheetRefJSON {
        name: string;
        sheet?: ISheet.JSON;
        visibility?: Visibility;
    }
    Index

    Properties

    name: string

    A unique name for the sheet.

    sheet?: ISheet.JSON

    The actual sheet.

    visibility?: Visibility
    ISheet.Visibility.Visible