ApplicationClass.NextLetter Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function NextLetter As Workbook
'Usage
Dim instance As ApplicationClass
Dim returnValue As Workbook
returnValue = instance.NextLetter()
public virtual Workbook NextLetter()
Return Value
Type: Microsoft.Office.Interop.Excel.Workbook