Spread WPF 17
GrapeCity.Excel Namespace / TwoCellAnchor Class / ToRow Property


In This Topic
    ToRow Property (TwoCellAnchor)
    In This Topic
    Gets or sets to row.
    Syntax
    'Declaration
     
    Public Property ToRow As Integer
    'Usage
     
    Dim instance As TwoCellAnchor
    Dim value As Integer
     
    instance.ToRow = value
     
    value = instance.ToRow
    public int ToRow {get; set;}

    Property Value

    To row.
    See Also