Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellStyleInfoCollection Class
Members


In This Topic
    CellStyleInfoCollection Class
    In This Topic
    Object Model
    CellStyleInfoCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class CellStyleInfoCollection 
       Inherits GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection(Of CellStyleInfo)
    'Usage
     
    Dim instance As CellStyleInfoCollection
    [DefaultMember("Item")]
    public sealed class CellStyleInfoCollection : GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection<CellStyleInfo> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection<T>
          GrapeCity.Wpf.SpreadSheet.CellStyleInfoCollection

    See Also