[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Remove

Remove Method

Remove(int)

Removes the Style object at the specified index.

Declaration
public void Remove(int index)
Parameters
Type Name Description
int index

Remove(string)

Removes the Style object with the specified name.

Declaration
public void Remove(string name)
Parameters
Type Name Description
string name