Spread Silverlight Documentation
IsFixedSize Property


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : IsFixedSize Property
Gets a value that indicates whether the collection has a fixed size (this implementation always returns false).
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public ReadOnly Property IsFixedSize As System.Boolean
'Usage
 
Dim instance As StyleInfoCollection
Dim value As System.Boolean
 
value = instance.IsFixedSize
[System.ComponentModel.DefaultValue()]
public System.bool IsFixedSize {get;}
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members