Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SpreadsheetHelper Class / SplitTextPosition Method


In This Topic
    SplitTextPosition Method
    In This Topic
    Get the indices that text will be splited by whitespace character. when text is multiline, intersect will be using to truncate data.
    Syntax
    'Declaration
     
    
    Public Shared Function SplitTextPosition( _
       ByVal texts() As String _
    ) As Integer()
    'Usage
     
    
    Dim texts() As String
    Dim value() As Integer
     
    value = SpreadsheetHelper.SplitTextPosition(texts)
    public static int[] SplitTextPosition( 
       string[] texts
    )

    Parameters

    texts
    See Also