scripting:api:styles:item

Item

Method of IStyles

Returns item by index

var ppStyle = Styles.Item(nIndex);

==== Visual Basic Script ====

ppStyle = Styles.Item nIndex

==== C++ ====

CComPtr<IStyle> pStyle;
HRESULT hr = Styles.get_Item(nIndex, &pStyle);

===== See Also ===== IStyles