XlFormulaLabel Enumeration
Specifies the formula label type for the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlFormulaLabel
'Usage
Dim instance As XlFormulaLabel
public enum XlFormulaLabel
Members
Member name | Description | |
---|---|---|
xlNoLabels | No labels. | |
xlRowLabels | Row labels only. | |
xlColumnLabels | Column labels only. | |
xlMixedLabels | Row and column labels. |