共用方式為


Characteristic.Name Property

Definition

Name of Characteristic

Represents the following attribute in the schema: name

[DocumentFormat.OpenXml.SchemaAttr(0, "name")]
public DocumentFormat.OpenXml.StringValue Name { get; set; }
public DocumentFormat.OpenXml.StringValue Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
Public Property Name As StringValue

Property Value

Returns StringValue.

Attributes

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.

Applies to