XlFormulaLabel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the formula label type for the specified range.
public enum class XlFormulaLabel
public enum XlFormulaLabel
Public Enum XlFormulaLabel
- Inheritance
-
XlFormulaLabel
Fields
Name | Value | Description |
---|---|---|
xlNoLabels | -4142 | No labels. |
xlRowLabels | 1 | Row labels only. |
xlColumnLabels | 2 | Column labels only. |
xlMixedLabels | 3 | Row and column labels. |