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


In This Topic
    RowHeaderWidth Property
    In This Topic
    Gets or sets the row header column width.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderWidth As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.RowHeaderWidth = value
     
    value = instance.RowHeaderWidth
    public int RowHeaderWidth {get; set;}

    Property Value

    Integer number of pixels for the width of the columns in the row header
    Example
    This example sets the width of the columns in the row header to be larger than the default.
    See Also