Gets the number of additional rows occupied by the specified element.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public int GetElementRowSpan ( |
Visual Basic
Copy Code
|
|---|
Public Function GetElementRowSpan( _ |
The element whose row span to return.
The number of extra occupied rows.
RemarksThis method returns 0 if the element occupies a single row.
See Also