Share via


Characteristic.Name Property

Name of Characteristic.Represents the attribte in schema: name

Namespace:  DocumentFormat.OpenXml.AdditionalCharacteristics
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "name")> _
Public Property Name As StringValue
    Get
    Set
'Usage
Dim instance As Characteristic
Dim value As StringValue

value = instance.Name

instance.Name = value
[SchemaAttrAttribute(, "name")]
public StringValue Name { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the name of the characteristic. There are no constraints on the value of the name attribute, but each name shall be associated with a specific vocabulary via the vocabulary attribute.

The values defined by this Standard shall be associated with a null vocabulary value, and are as follows:

Name Value

Property Specified

numColumns

Number of columns supported by the spreadsheet producer

numRows

Number of rows supported by the spreadsheet producer

functionVersion

Version of the function specification used

precisionMantissa

Allowed values of the mantissa of numbers within spreadsheet cells/formulas when expressed in base 2

precisionExponent

Allowed values of the exponent of numbers within spreadsheet cells/formulas when expressed in base 2

numWorkbookColors

Number of Workbook colors

numConditionalFormatConditions

Number of condition format conditions on a workbook cell

nummaxSortLevels

Number of level of sorting on a range or table

numAutoFilterItems

Number of items shown in the Auto-filter dropdown

numDisplayCellChars

Number of characters that can display in a cell

numPrintCellChars

Number of characters per cell that Microsoft Excel can print

numUnqiueCellStyles

Number of unique cell styles in a workbook (combinations of all cell formatting)

numFormulaLengthChars

Length of formulas in characters

numFormulaNestingLevel

Number of levels of formula nesting

numFunctionArguments

Number of arguments to a function

numPivotTableRows

Number of rows in a pivot table

numPivotTableColumns

Number of columns in a pivot table

numUniquePivotFieldItems

Number of unique items in a pivot field

numPivotTableMDXNameChars

Number of characters in an MDX name for a pivot table item

numPivotTableRelationChars

String length for a relationship pivot table

numPivotTableFieldLabelChars

Length of field labels in PivotTable including caption length limitations

numPivotTableFields

Number of fields in a pivot table

numSheetXRefArrayFormulas

The number of array formulas in a worksheet that can refer to another (given) worksheet

The possible values for this attribute are defined by the XML Schema string data type.

See Also

Reference

Characteristic Class

Characteristic Members

DocumentFormat.OpenXml.AdditionalCharacteristics Namespace