Infragistics(R) NetAdvantage(R) WPF
Worksheet Class Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : Worksheet Class


The following tables list the members exposed by Worksheet.

Public Properties

 NameDescription
public PropertyColumns Gets the collection of columns in the worksheet.  
public PropertyDataTables Gets the collection of data tables in the worksheet.  
public PropertyDataValidationRules Gets the collection of data validation rules applied to cells in the Worksheet.  
public PropertyDefaultColumnWidth Gets or sets the default column width, in 1/256s of average character width.  
public PropertyDefaultRowHeight Gets or sets the default row height in twips (1/20th of a point).  
public PropertyDisplayOptions Gets the object which controls the display of the worksheet.  
public PropertyImageBackground Gets or sets the background image for the worksheet.  
public PropertyIndexGets the zero-based index of this worksheet in its parent Workbook.Worksheets collection.  
public PropertyMergedCellsRegions Gets the collection of merged cell ranges in this worksheet.  
public PropertyName Gets or sets the worksheet name.  
public PropertyPrintOptions Gets the object which controls how the worksheet prints.  
public PropertyProtected Gets or sets the protection state of Excel worksheet.  
public PropertyRows Gets the collection of rows in the worksheet.  
public PropertySelected Gets the value which indicates whether this worksheet is selected.  
public PropertyShapes Gets the collection of shapes on the worksheet.  
public PropertyWorkbookGets the Workbook that owns the worksheet.  
Top

Public Methods

 NameDescription
public MethodGetCellOverloaded.  Gets the cell at the specified address.  
public MethodGetRegionOverloaded.  Gets the region at the specified address.  
public MethodMoveToIndex Moves the worksheet to a new position in the owning workbook's collections of worksheets.  
Top

See Also