PivotCacheDefinition.MissingItemsLimit Property

Missing Items Limit.Represents the attribte in schema: missingItemsLimit

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

Syntax

'Declaration
<SchemaAttrAttribute(, "missingItemsLimit")> _
Public Property MissingItemsLimit As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As UInt32Value

value = instance.MissingItemsLimit

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace