# Working with Collection Editors

Learn about the NamedStyles property and the Sheets property in the Spread component, and how to use the Browse button to access the Collection Editor window for making modifications. Understand the reliance of collection editors on part of the Microsoft .NET framework.

## Content



Several properties that appear in the **Properties** window are associated with collections. To view and modify these settings, click on the **Browse** button (...) and a separate **Collection Editor** window appears. This is the case for the [NamedStyles](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.FpSpread.NamedStyles.html) property and the [Sheets](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.FpSpread.Sheets.html) property in the Spread component.

![Collection Editor Window](https://cdn.mescius.io/document-site-files/images/2238e618-a1fb-45a6-9ce5-9a4157bd2931/images/coledwin.png)

With these collection editors, you must click **OK** to see the results of a change to a setting. (The collection editors rely on part of the Microsoft .NET framework and do not have an **Apply** button.)

## See Also

[Setting the Properties](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-allcontrol/PowerTools_Help17)

[Using Verbs in the Properties Window](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-allcontrol/PowerTools_Help17/spwin-useverbs)

[Using Smart Tags Drop-Down](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-allcontrol/PowerTools_Help17/spwin-product-smarttags)