FlexGrid for WinForms
StyleFixedNew Property



Gets the custom style associated with fixed cells on this row or column, creating a new one of necessary.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property StyleFixedNew As CellStyle
'Usage
 
Dim instance As RowCol
Dim value As CellStyle
 
value = instance.StyleFixedNew
[Browsable(false)]
public virtual CellStyle StyleFixedNew {get;}
[Browsable(false)]
public:
virtual property CellStyle^ StyleFixedNew {
   CellStyle^ get();
}
Remarks
If the row or column has a custom style associated with its fixed cells, this property returns that style. Otherwise, it creates a new CellStyle, assigns it to the row or column, and returns a reference to the new style.
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

RowCol Class
RowCol Members

 

 


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

Send Feedback