Version

WorksheetCell Class Methods

For a list of all members of this type, see WorksheetCell members.

Public Methods
 NameDescription
Public MethodApplyFormulaApplies a formula to the cell.  
Public MethodEqualsDetermines whether the specified object is another WorksheetCell instance which refers to the same location on the same worksheet as this cell.  
Public MethodGetBoundsInTwipsOverloaded. Gets the bounds of the cell in twips (1/20th of a point).  
Public Methodstatic (Shared in Visual Basic)GetCellAddressStringOverloaded. Gets the string representation of the address of the cell.  
Public MethodGetHashCodeGets the hash code of the WorksheetCell.  
Public MethodGetHyperlinkGets the effective hyperlink on the cell.  
Public MethodGetResolvedCellFormatGets the resolved cell formatting for this cell.  
Public MethodGetTextOverloaded. Gets the text displayed in the cell.  
Public Methodstatic (Shared in Visual Basic)IsCellTypeSupportedReturns True if a particular type of value can be exported to excel.  
Public MethodToStringOverloaded. Gets the string representation of the address of the cell.  
Public MethodValidateValueReturns a boolean indicating if the value of the cell is valid considering the associated DataValidationRule  
See Also