Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / RowHeaderStyle Property


In This Topic
    RowHeaderStyle Property
    In This Topic
    Gets or sets the row header style model.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderStyle As ISheetStyleModel
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
    Dim value As ISheetStyleModel
     
    instance.RowHeaderStyle = value
     
    value = instance.RowHeaderStyle
    public ISheetStyleModel RowHeaderStyle {get; set;}
    Exceptions
    ExceptionDescription
    Model is not specified (or specified value is null)
    See Also