[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Item

this Property

this[int]

Gets the StyleSheet object at the specified indexed location in the StyleSheetCollection.

Declaration
public Style this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the StyleSheet object with the specified name in the StyleSheetCollection.

Declaration
public Style this[string name] { get; }
Parameters
Type Name Description
string name