Nevron .NET Vision
Nevron.Chart.CSVReader Namespace / NCsvReader Class / TrimCell Property


In This Topic
    TrimCell Property
    In This Topic
    Gets/Sets a value whether the leading and trailing spaces in cell should be ignored.

    The default value is true.

    Syntax
    'Declaration
     
    
    Public Property TrimCell As System.Boolean
    'Usage
     
    
    Dim instance As NCsvReader
    Dim value As System.Boolean
     
    instance.TrimCell = value
     
    value = instance.TrimCell
    public System.bool TrimCell {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also