SpreadJS Documentation
GC.Spread.Sheets Namespace / Print type / PrintVisibilityType Field
In This Topic
    PrintVisibilityType Field
    In This Topic
    Specifies whether the area is visible.
    Syntax
    var value; // Type: PrintVisibilityType
    value = GC.Spread.Sheets.Print.PrintVisibilityType;
    var PrintVisibilityType : PrintVisibilityType;
    Example
    var printInfo = new GC.Spread.Sheets.Print.PrintInfo();
    printInfo.showColumnHeader(GC.Spread.Sheets.Print.PrintVisibilityType.hide);
    spread.print(0);
    See Also

    Reference

    Print type