Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ButtonCellType Class / Text Property
Example


In This Topic
    Text Property (ButtonCellType)
    In This Topic
    Gets or sets the button text.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    String containing the text
    Remarks
    To specify a picture to display in the button, use the ImageUrl property.
    Example
    This example displays custom text in a button cell.
    See Also