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


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

    Property Value

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