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


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

    Property Value

    The column index of the last column to print in a cell range.
    See Also