Spread WPF 18
GrapeCity.Native Namespace / WindowsGraphics.TextStackedLayout Structure / MoveToNextColumn Method


In This Topic
    MoveToNextColumn Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function MoveToNextColumn( _
       ByRef startCharIndex As Integer, _
       ByRef charCount As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As WindowsGraphics.TextStackedLayout
    Dim startCharIndex As Integer
    Dim charCount As Integer
    Dim value As Boolean
     
    value = instance.MoveToNextColumn(startCharIndex, charCount)
    public bool MoveToNextColumn( 
       out int startCharIndex,
       out int charCount
    )

    Parameters

    startCharIndex
    charCount
    See Also