Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLShape Class / Row Property

In This Topic
    Row Property
    In This Topic
    Gets or sets the index of the row to which the shape is attached.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    public int Row {get; set;}
    See Also