2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
You can add custom properties to the Excel document by using the following code snippets. C# //Add custom properties. sheet.CustomProperties.Add("New"); //Assign value to the custom properties sheet.CustomProperties["New"].Value="Hello"; VB 'Add custom properties. sheet.CustomProperties.Add("New") 'Assign value to the custom properties sheet.CustomProperties("New").Value = "Hello"
Here is the sample for your reference:
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.