Gets or sets the worksheet name. Syntax Property Value The worksheet name. Exceptions Exception Description System.ArgumentNullException The value assigned is null or empty. System.ArgumentException The value assigned contains the invalid characters: :, \, /, ?, *, [, or ]. System.ArgumentException The value assig...
Gets the object which controls how the worksheet prints. Syntax Property Value The object which controls how the worksheet prints. Remarks The print options include any settings which affect the printed appearance of the worksheet. These settings will not affect the data in the worksheet. Although these are not di...
Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName
Protects the worksheet with the specified password. Overload List
Gets or sets the protection state of Excel worksheet. Syntax Property Value The protection state of Excel worksheet. Remarks In protected worksheet cells which are locked can not be modified.
Returns an object that provides information used when the Worksheet has been protected. Syntax
Gets the collection of rows in the worksheet. Syntax Property Value The collection of rows in the worksheet. Remarks The collection of rows is a fixed length collection, with the maximum number of rows in the collection being Workbook.MaxExcelRowCount or Workbook.MaxExcel2007RowCount, depending on the Workbook.Cur...
Gets the value which indicates whether this worksheet is selected. Syntax Property Value The value which indicates whether this worksheet is selected. Remarks If the worksheet has been removed from its parent Worksheets collection, this will always return False.
Sets the default column width in the specified units. Syntax Parameters value The default column width to set on the worksheet, expressed in the specified units.units The units in which the value is expressed. Exceptions Exception Description System.ArgumentException value is infinity or NaN. System.ComponentModel...
Sets the default column width in the specified units. Overload List