Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / ShowRowHeader Property


In This Topic
    ShowRowHeader Property
    In This Topic
    Gets or sets whether to print the row header.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ShowRowHeader As VisibilityType
    'Usage
     
    Dim instance As PrintInfo
    Dim value As VisibilityType
     
    instance.ShowRowHeader = value
     
    value = instance.ShowRowHeader
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public VisibilityType ShowRowHeader {get; set;}

    Property Value

    A value that determines whether to print the row header. The default value is Inherit.
    See Also