Class SheetCells
Inheritance
System.Object
SheetCells
Assembly: Syncfusion.Blazor.dll
Syntax
public class SheetCells : ComponentBase
Constructors
SheetCells()
Declaration
Properties
Cells
Declaration
public List<SheetCell> Cells { get; set; }
Property Value
Type |
System.Collections.Generic.List<SheetCell> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
UpdateChildProperty(SheetCell)
Declaration
public void UpdateChildProperty(SheetCell value)
Parameters