ComponentOne Excel for UWP
In This Topic
    Excel for UWP Task-Based Help
    In This Topic

    The task-based help assumes that you are familiar with programming in Visual Studio. By following the steps outlined in the Help, you will be able to create projects demonstrating a variety of Excel for UWP features and get a good sense of what Excel for UWP can do.

    Each task-based help topic also assumes that you have created a new Windows Store project and added the appropriate directives (using C1.Xaml.Excel; for C# and Imports C1.Xaml.Excel for Visual Basic) to the code.

    See Also