New to Telerik UI for ASP.NET Core? Download free 30-day trial

SpreadsheetSheetTagHelper

Example

<sheet>
    <columns></columns>
    <datasource></datasource>
    <filter></filter>
    <rows />
    <sort />
</sheet>

ChildTags

Tag Name Details
columns SpreadsheetSheetColumnsTagHelper
datasource DataSourceTagHelper
filter SpreadsheetSheetFilterSettingsTagHelper
rows SpreadsheetSheetRowsTagHelper
sort SpreadsheetSheetSortSettingsTagHelper

Attributes

Attribute Type Description
name String The name of the sheet.
active-cell String The active cell in the sheet, for example, A1.
frozen-columns Double The number of frozen columns in this sheet.
frozen-rows Double The number of frozen rows in this sheet.
merged-cells String[] The Merged Cells of the Sheet
selection String The selected range in the sheet, for example, A1:B10.
show-grid-lines Boolean A Boolean value which indicates if the grid lines of the sheet will be displayed.
In this article
Not finding the help you need?