Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / common Class / ConvertLettersToIndex Method


In This Topic
    ConvertLettersToIndex Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ConvertLettersToIndex( _
       ByVal sIn As String _
    ) As Integer
    'Usage
     
    
    Dim sIn As String
    Dim value As Integer
     
    value = common.ConvertLettersToIndex(sIn)
    public static int ConvertLettersToIndex( 
       string sIn
    )

    Parameters

    sIn
    See Also