[]
        
(Showing Draft Content)

C1.Web.Api.Excel.Row.-ctor

Row Constructor

Row()

Create a new instance.

Declaration
public Row()
Public Sub New()

Row(params object[])

Create a new Row with cells data.

Declaration
public Row(params object[] values)
Public Sub New(ParamArray values As Object())
Parameters
Type Name Description
object[] values

The cells data.