Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoPathEscapeInfo Class / segments Property


In This Topic
    segments Property (MsoPathEscapeInfo)
    In This Topic
    An unsigned integer that specifies the number of segments to process.
    Syntax
    'Declaration
     
    
    Public Property segments As Short
    'Usage
     
    
    Dim instance As MsoPathEscapeInfo
    Dim value As Short
     
    instance.segments = value
     
    value = instance.segments
    public short segments {get; set;}
    See Also