Class SheetRow
Inheritance
System.Object
SheetRow
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.dll
Syntax
public class SheetRow : ComponentBase
Constructors
SheetRow()
Declaration
public SheetRow()
Properties
Height
Gets or sets the height of the row.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height of the row. The default value is 20. |
Remarks
Setting the height adjusts the row height accordingly; if not set, rows default to a height of 20. The height can hold decimal values to support row resizing.
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
---|
System.Boolean |
Index
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |