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


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

    Property Value

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