CellFormula.SharedIndex Property

Shared Group Index.Represents the attribte in schema: si

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

Syntax

'Declaration
<SchemaAttrAttribute(, "si")> _
Public Property SharedIndex As UInt32Value
    Get
    Set
'Usage
Dim instance As CellFormula
Dim value As UInt32Value

value = instance.SharedIndex

instance.SharedIndex = value
[SchemaAttrAttribute(, "si")]
public UInt32Value SharedIndex { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CellFormula Class

CellFormula Members

DocumentFormat.OpenXml.Spreadsheet Namespace