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

In This Topic
    Clip Property (CellRange)
    In This Topic
    Gets or sets a string containing the values of all cells in the range.
    Syntax
    'Declaration
     
    Public Property Clip As String
    public string Clip {get; set;}
    Remarks

    The cell values are delimited by characters specified by the C1FlexGridBase.ClipSeparators property.

    By default, columns are separated by tabs (\t or vbTab) and rows by line breaks (\n or vbCr).

    See Also