CalculationCell.SheetId Property

Sheet Id.Represents the attribte in schema: i

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

Syntax

'Declaration
<SchemaAttrAttribute(, "i")> _
Public Property SheetId As Int32Value
    Get
    Set
'Usage
Dim instance As CalculationCell
Dim value As Int32Value

value = instance.SheetId

instance.SheetId = value
[SchemaAttrAttribute(, "i")]
public Int32Value SheetId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

CalculationCell Class

CalculationCell Members

DocumentFormat.OpenXml.Spreadsheet Namespace