Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, March 18, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Life runs on code. Find out how Visual Studio 2010 can help you realize your vision. Learn more...

Home > Search > C-Sharp
Search:
What's New - What's Hot
Listings for Applications Applications (63)
Listings for Articles & Samples Articles & Samples (14969)
Listings for C-Sharp Sites C-Sharp Sites (12)
Listings for Errors and Bugs Errors and Bugs (25)
Listings for Introduction Introduction (57)
Listings for Knowledge Base Knowledge Base (234)
Listings for Sample Chapters Sample Chapters (76)
Listings for Support WebCasts Support WebCasts (3)
Listings for Training Training (18)
 


Task 2: Incorporate the Workflow Designer into the Windows Form    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this task, you will use the WorkflowLoader class you created in Task 1: Create the Workflow Designer Loader and integrate it into the Windows Form you created in Task 2: Create the Workflow Designer Hosting Windows Form. The Windows Form contains a Panel control that is used to host the Windows Workflow designer. This is accomplished by creating a WorkflowView object and adding it to the child activities collection of the Panel control. You will also add the code to automatically parse any Xa...

How to: Display a String in a Worksheet Cell    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

This example demonstrates how to display text in a cell programmatically. To display text in cell, use either a NamedRange control or a native Excel range object....

How to: Send Values to Worksheet Cells    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can put a value in a cell by using a range. The following examples use the Value2 property of the range instead of the Value property to avoid having to pass in parameters.
To send a value to a cell in a document-level customization...

How to: Create New Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you create a workbook programmatically, it is a native Microsoft.Office.Interop.Excel..::.Workbook object, not a Microsoft.Office.Tools.Excel..::.Workbook host item.

Starting in Visual Studio 2008 Service Pack 1 (SP1), you can generate a Microsoft.Office.Tools.Excel..::.Workbook host item for a Microsoft.Office.Interop.Excel..::.Workbook object in an application-level project. For more information, see Extending Word Documents and Excel Workbooks in Application-Level Add-ins at Run T...

How to: Open Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Workbooks collection in Microsoft Office Excel makes it possible to work with all open workbooks and to open workbooks....

How to: Save Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are several ways to save a workbook. You can save a workbook without changing the path. If the workbook has not been saved before, you should save the workbook by specifying a path. Without an explicit path, Microsoft Office Excel saves the file in the current folder with the name it was given when it was created. You can also save a copy of the workbook without modifying the open workbook in memory....

How to: Close Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are two procedures for closing the active workbook: one for document-level customizations and one for application-level add-ins.
To close the active workbook in a document-level customization...

How to: Add New Worksheets to Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can programmatically add a new worksheet to the collection of worksheets in the workbook.
To add a new worksheet to a workbook in a document-level customization...

How to: Hide Worksheets    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can show or hide any worksheet in a workbook. To hide a worksheet, use the worksheet host item or access the worksheet by using the sheets collection of the workbook....

How to: Move Worksheets Within Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 3 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can programmatically change the position of worksheets relative to other worksheets in a workbook. If you do not specify a location for the moved sheet, Excel creates a new workbook to contain it....

How to: Protect Workbooks    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can protect a Microsoft Office Excel workbook so that users cannot add or delete worksheets, and also unprotect the workbook programmatically. You can optionally specify a password, indicate whether you want the structure protected (so users cannot move sheets around), and indicate whether you want the workbook's windows protected.

Protecting a workbook does not stop users from editing cells. To protect the data, you must protect the worksheets. For more information, see How to: Prote...

How to: Refer to Worksheet Ranges in Code    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You use a similar process to refer to the contents of a NamedRange control or a native Excel range object....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net