ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRange Structure / UserData Property

In This Topic
    UserData Property (CellRange)
    In This Topic
    Gets or sets arbitrary used data assigned to cells in the range.
    Syntax
    'Declaration
     
    Public Property UserData As Object
    public object UserData {get; set;}
    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.
    See Also