ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / CellStyle Class / WhiteSpace Property






In This Topic
    WhiteSpace Property
    In This Topic
    Describes how whitespace inside the element is handled.
    Syntax
    'Declaration
     
    
    Public Property WhiteSpace As System.String
    'Usage
     
    
    Dim instance As CellStyle
    Dim value As System.String
     
    instance.WhiteSpace = value
     
    value = instance.WhiteSpace
    public System.string WhiteSpace {get; set;}
    public read-write property WhiteSpace: System.String; 
    public function get,set WhiteSpace : System.String
    public: __property System.string* get_WhiteSpace();
    public: __property void set_WhiteSpace( 
       System.string* value
    );
    public:
    property System.String^ WhiteSpace {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also