Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ShowRowHeader Property
Example


In This Topic
    ShowRowHeader Property (PrintInfo)
    In This Topic
    Gets or sets whether to print the row header.
    Syntax
    'Declaration
     
    Public Property ShowRowHeader As PrintHeader
    'Usage
     
    Dim instance As PrintInfo
    Dim value As PrintHeader
     
    instance.ShowRowHeader = value
     
    value = instance.ShowRowHeader
    public PrintHeader ShowRowHeader {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also