'Declaration Public ReadOnly Default Property Item( _
ByVal indexThe zero-based index of the custom tab stop to get.As System.Int32 _
) As OpenXmlCustomTabStop
public OpenXmlCustomTabStop this[
System.Int32 index
]{ get; }
public: __property OpenXmlCustomTabStop* get_Item(
System.Int32 index
);
public:
property OpenXmlCustomTabStop^ default [System.Int32] { OpenXmlCustomTabStop^ get(System.Int32 index); }
Parameters
- index
- The zero-based index of the custom tab stop to get.
Return Value
The custom tab stop at the specified index.