ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.Integer
    public System.int Row {get; set;}
    See Also