The RowProperties class represents a single row in a worksheet. To return a RowProperties object, use Worksheet.GetRowProperties.

 public sealed class RowProperties
Public NotInheritable Class RowProperties

          ExcelApplication xla = new ExcelApplication();
          Workbook wb = xla.Create();
          Worksheet ws = wb.Worksheets[0];
          RowProperties rowProps = ws.GetRowProperties(0);
        

          Dim xla As New ExcelApplication()
          Dim wb As Workbook = xla.Create()
          Dim ws As Worksheet = wb.Worksheets(0)
          Dim rowProps As RowProperties = ws.GetRowProperties(0)
        

Name

Description

Height

Hidden

OutlineCollapsed

OutlineLevel

RowNumber

Style

Name

Description

ApplyStyle(Style)

AutoFitHeight()