WebPublishObject.DivId Property

Div Id.Represents the attribte in schema: divId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "divId")> _
Public Property DivId As StringValue
    Get
    Set
'Usage
Dim instance As WebPublishObject
Dim value As StringValue

value = instance.DivId

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

WebPublishObject Class

WebPublishObject Members

DocumentFormat.OpenXml.Spreadsheet Namespace