GetRowOffset(Int32) Method
In This Topic
Gets the distance between the origin and the specified row.
Syntax
'Declaration
Public Overloads Function GetRowOffset( _
ByVal As Integer _
) As Double
public double GetRowOffset(
int
)
Parameters
- row
- The row.
See Also