Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class / IsFixedSize Property


In This Topic
    IsFixedSize Property
    In This Topic
    Gets a value that indicates whether the collection has a fixed size (this implementation always returns false).
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public ReadOnly Property IsFixedSize As Boolean
    'Usage
     
    Dim instance As StyleInfoCollection
    Dim value As Boolean
     
    value = instance.IsFixedSize
    [DefaultValue(false)]
    public bool IsFixedSize {get;}
    See Also