I am currently hiding few columns in the activeWorkSheet ,my question was is there a way to enter data to hidden columns still keeping the column hidden state true??
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 20 Jan 2017, 01:37 PM
Hi Manas,
Even if a column is hidden you can still get its cells and edit their value. For example, if you have hidden the second column "B" you can get the cells in that column and set a different value using the SetValue() method of the CellSelection object.
var workSheet = this.radSpreadsheet.Workbook.Worksheets[0];
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allows you to write beautiful native mobile apps using a single shared C# codebase.