ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ClipSeparators Property

In This Topic
    ClipSeparators Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets the characters used as row and column separators in clip strings.
    Syntax
    'Declaration
     
    Public Property ClipSeparators As String
    public string ClipSeparators {get; set;}
    Remarks
    For details and an example, see the C1.Win.C1FlexGrid.C1FlexGridBase.Clip property.
    See Also