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


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

    Property Value

    From row.
    See Also