OlapSlicerCacheRange.StartItem Property
startItem.Represents the attribte in schema: startItem
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "startItem")> _
Public Property StartItem As UInt32Value
Get
Set
'Usage
Dim instance As OlapSlicerCacheRange
Dim value As UInt32Value
value = instance.StartItem
instance.StartItem = value
[SchemaAttrAttribute(, "startItem")]
public UInt32Value StartItem { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value