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


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

    Property Value

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