Search
TableNodeExtensions.CurrentScrollRow(T) Method
See Also
 





Sets the index of the first visible row in the table.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T CurrentScrollRow<T> (
    T tableNode,
    int value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CurrentScrollRow(Of T As TableNode) ( _
    tableNode As T, _
    value As Integer _
) As T

 Parameters

tableNode

value

 Return Value

 See Also