Spread WPF 17
GrapeCity.Excel Namespace / IExcelLosslessWriter Interface / GetCodeName Method


In This Topic
    GetCodeName Method
    In This Topic
    Get the codename for the specify sheet.
    Syntax
    'Declaration
     
    Function GetCodeName( _
       ByVal sheetIndex As Integer _
    ) As String
    'Usage
     
    Dim instance As IExcelLosslessWriter
    Dim sheetIndex As Integer
    Dim value As String
     
    value = instance.GetCodeName(sheetIndex)
    string GetCodeName( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    See Also