Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / StandardHeight Property


In This Topic
    StandardHeight Property
    In This Topic
    Gets or sets the standard (default) height of all the rows on the worksheet.
    Syntax
    'Declaration
     
    
    Property StandardHeight As Integer
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As Integer
     
    instance.StandardHeight = value
     
    value = instance.StandardHeight
    int StandardHeight {get; set;}
    See Also