Share via


QueryTableRefresh.UnboundColumnsRight Property

Columns Right.Represents the attribte in schema: unboundColumnsRight

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

Syntax

'Declaration
<SchemaAttrAttribute(, "unboundColumnsRight")> _
Public Property UnboundColumnsRight As UInt32Value
    Get
    Set
'Usage
Dim instance As QueryTableRefresh
Dim value As UInt32Value

value = instance.UnboundColumnsRight

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

QueryTableRefresh Class

QueryTableRefresh Members

DocumentFormat.OpenXml.Spreadsheet Namespace