Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / IsFixedSize Property
Example


In This Topic
    IsFixedSize Property (NamedStyleCollection)
    In This Topic
    Gets whether the collection has a fixed size. (This implementation always returns false.)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedSize As Boolean
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As Boolean
     
    value = instance.IsFixedSize
    public bool IsFixedSize {get;}

    Property Value

    true if the collection has a fixed size; false otherwise
    Remarks
    This implementation always returns false.
    Example
    This example illustrates the use of this member by returning a value indicating whether the collection has a fixed size (and this implementation always returns false).
    See Also