Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

{signature}
{example}{code:csharp|title=C#}

          ExcelApplication xla = new ExcelApplication();
          Workbook wb = xla.Create();
          Worksheet ws = wb.Worksheets[0];
          RowProperties rowProps = ws.GetRowProperties(0);
        
{code}
{code:vbnet|title=vb.net
}

          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)
        
Signature
C#C#
Wiki Markup
{description}
{excerpt}The [RowProperties|RowProperties] class represents a single row in a worksheet. To return a {{RowProperties}} object, use [Worksheet.GetRowProperties|Worksheet.GetRowProperties(Int32)].{excerpt}
{signature:C#}
 public sealed class RowProperties
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class RowProperties
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle
Properties

...

Name

...

Description

...

Height

...

{code}

{example}
{properties}
||Name||Description||
|[Height|RowProperties.Height]|{excerpt-include:RowProperties.Height

...

Hidden

|nopanel=true}|
|[Hidden|RowProperties.Hidden]|{excerpt-include

...

:RowProperties.Hidden

...

OutlineCollapsed

|nopanel=true}|
|[OutlineCollapsed|RowProperties.OutlineCollapsed]|{excerpt-include

...

:RowProperties.OutlineCollapsed

...

OutlineLevel

|nopanel=true}|
|[OutlineLevel|RowProperties.OutlineLevel]|{excerpt-include

...

:RowProperties.OutlineLevel

...

RowNumber

|nopanel=true}|
|[RowNumber|RowProperties.RowNumber]|{excerpt-include

...

:RowProperties.RowNumber

...

Style

|nopanel=true}|
|[Style|RowProperties.Style]|{excerpt-include

...

:RowProperties.Style

...

Methods

...

Name

...

Description

|nopanel=true}|
{methods}
||Name||Description||
|[ApplyStyle(Style)

...

|RowProperties.ApplyStyle(Style)

...

]|{excerpt-include:RowProperties.ApplyStyle(Style)

...

|nopanel

...

=true}|
|[AutoFitHeight()

...

|RowProperties.AutoFitHeight()

...

]|{excerpt-include:RowProperties.AutoFitHeight()

...

|nopanel

...

=true}|