FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / ClipSeparators Property

In This Topic
    ClipSeparators Property (C1FlexGrid)
    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 C1FlexGridBase.Clip property.
    See Also