Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / RatingCellType Class / CurrentRating Property
Example


In This Topic
    CurrentRating Property
    In This Topic
    Gets or sets the current rating.
    Syntax
    'Declaration
     
    
    Public Property CurrentRating As Integer
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As Integer
     
    instance.CurrentRating = value
     
    value = instance.CurrentRating
    public int CurrentRating {get; set;}

    Property Value

    Integer number of the rating
    Example
    See Also