ComponentOne Excel for .NET
In This Topic
    Excel for .NET 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 .NET features and get a good sense of what Excel for .NET can do.

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

    See Also