Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / DataAutoCellTypes Property
Example


In This Topic
    DataAutoCellTypes Property
    In This Topic
    Gets or sets whether a bound sheet automatically sets the cell type for the cells in a column.
    Syntax
    'Declaration
     
    
    Public Property DataAutoCellTypes As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.DataAutoCellTypes = value
     
    value = instance.DataAutoCellTypes
    public bool DataAutoCellTypes {get; set;}

    Property Value

    Boolean: true to automatically set the cell type for the cells in a column of a bound sheet; false otherwise
    Example
    This example automatically sets the cell type for the cells in a column.
    See Also