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