The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
How can i retrieve the GridStyleInfo for a specific cell (rowIndex, colIndex) ?
What is the difference between GridStyleInfo and GridTableCellStyleInfo ?
Regards,
Mikaël
ADAdministrator Syncfusion Team June 24, 2005 01:39 PM UTC
You can use an indexer on teh grid to get the style object at a row col.
GridStyleInfo style = this.grid[row, col];
GirdStableCellStyleInfo is derived from GridStyleInfo. It adds properties specific for the GridGroupingControl. (The very important TableCellIdentity property.)