FarPoint.Win.Spread
PrintTitle Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : PrintTitle Enumeration


Specifies whether the title is printed.

Syntax

Visual Basic (Declaration) 
Public Enum PrintTitle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PrintTitle
C# 
public enum PrintTitle : Enum 

Members

MemberDescription
Inherit Inherit the setting from SheetView class.
Show Show title in printed sheet.
Hide Hide title in printed sheet.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.PrintTitle

See Also