'Declaration Public Overloads ReadOnly Property Item( _ ByVal styleID As String _ ) As ExcelStyle
'Usage Dim instance As CustomStyleList Dim styleID As String Dim value As ExcelStyle value = instance.Item(styleID)
public ExcelStyle Item( string styleID ) {get;}
Parameters
- styleID
- The ID of the ExcelStyle to retrieve.