AD
Administrator
Syncfusion Team
April 16, 2004 08:17 AM UTC
If I understand properly, you could get the composite style from the
GridStyleInfo style = this.grid[row, col];
If you are saving the FormulaTags in Model.SaveCellInfo and dynamically providing them in Model.QueryCellInfo, then you could just check style.FormulaTag != null.
If you are not using SaveCellInfo and QueryCellInfo, then you could check (style.Text.Length > 0 && style.Text[0] == ''='').