FlexGrid for WinForms
UserData Property (CellRange)



Gets or sets arbitrary used data assigned to cells in the range.
Syntax
'Declaration
 
Public Property UserData As Object
'Usage
 
Dim instance As CellRange
Dim value As Object
 
instance.UserData = value
 
value = instance.UserData
public object UserData {get; set;}
public:
property Object^ UserData {
   Object^ get();
   void set (    Object^ value);
}
Remarks
When getting, this property returns the user data assigned to cell (r1, c1). When setting, it applies the new value to all cells in the range.
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