[]
        
(Showing Draft Content)

GC.Spread.Sheets.Print.PrintVisibilityType

枚举: PrintVisibilityType

Sheets.Print.PrintVisibilityType

该区域是否可见

代码示例

activeSheet.setArray(0, 0, [['Title 1', 'Title 2'], [1, 2], [3, 4]]);
var printInfo = new GC.Spread.Sheets.Print.PrintInfo();
printInfo.showColumnHeader(GC.Spread.Sheets.Print.PrintVisibilityType.hide);
activeSheet.printInfo(printInfo);
spread.print(0);

Table of contents

枚举值成员

枚举值成员

hide

hide = 1

隐藏该区域


inherit

inherit = 0

从Worksheet类继承设置


show

show = 2

在每个页面中显示


showOnce

showOnce = 3

显示一次 (在第一页)