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


In This Topic
    RepeatRowStart Property
    In This Topic
    Gets or sets the first row of a range of rows to print at the top of each page.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public Property RepeatRowStart As Integer
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.RepeatRowStart = value
     
    value = instance.RepeatRowStart
    [DefaultValue(-1)]
    public int RepeatRowStart {get; set;}

    Property Value

    The row index for the first row of the range of rows to print at the top of every page.
    See Also