Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentDataFormatSupport Interface / ContainStringValue Method


In This Topic
    ContainStringValue Method (ISegmentDataFormatSupport)
    In This Topic
    Indicates whether the segment contains a string value.
    Syntax
    'Declaration
     
    
    Function ContainStringValue() As Boolean
    'Usage
     
    
    Dim instance As ISegmentDataFormatSupport
    Dim value As Boolean
     
    value = instance.ContainStringValue()
    bool ContainStringValue()
    See Also