Gets the 0-based index of the start row of the specified element.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public int GetElementRow ( |
Visual Basic
Copy Code
|
|---|
Public Function GetElementRow( _ |
The element whose row to return.
The 0-based index of the start row of the element.
See Also