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


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

    Property Value

    The column index of the last column of the range of columns to print on the left of every page.
    See Also