FlexGrid for WinForms
Fixed Property (ColumnCollection)



Gets or sets the number of fixed rows or columns in the collection.
Syntax
'Declaration
 
Public Overrides Property Fixed As Integer
'Usage
 
Dim instance As ColumnCollection
Dim value As Integer
 
instance.Fixed = value
 
value = instance.Fixed
public override int Fixed {get; set;}
public:
property int Fixed {
   int get() override;
   void set (    int value) override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnCollection Class
ColumnCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback