Excel for WinRT
Row Property


Gets or sets the index of the row to which the shape is attached.
Syntax
'Declaration
 
Public Property Row As System.Integer
'Usage
 
Dim instance As XLShape
Dim value As System.Integer
 
instance.Row = value
 
value = instance.Row
public System.int Row {get; set;}
See Also

Reference

XLShape Class
XLShape Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback