Kpi.Weight Property

KPI Weight Unique Name.Represents the attribte in schema: weight

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

Syntax

'Declaration
<SchemaAttrAttribute(, "weight")> _
Public Property Weight As StringValue
    Get
    Set
'Usage
Dim instance As Kpi
Dim value As StringValue

value = instance.Weight

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Kpi Class

Kpi Members

DocumentFormat.OpenXml.Spreadsheet Namespace