FlexGrid for WinForms
StyleDisplay Property (CellRange)



Gets the style used to render cell (r1, c1).
Syntax
'Declaration
 
Public ReadOnly Property StyleDisplay As CellStyle
'Usage
 
Dim instance As CellRange
Dim value As CellStyle
 
value = instance.StyleDisplay
public CellStyle StyleDisplay {get;}
public:
property CellStyle^ StyleDisplay {
   CellStyle^ get();
}
Remarks
This property never returns null. It will return the custom style assigned to the first cell in the range, to the cell's row, column, or a built-in 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

CellRange Structure
CellRange Members

 

 


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

Send Feedback