Spread Silverlight Documentation
Cell Class Members
Properties  Methods  Events


The following tables list the members exposed by Cell.

Public Properties
 NameDescription
Public PropertyActualBackgroundGets an object that describes the displayed background of a cell.  
Public PropertyActualBorderBottomGets the displayed left cell border.  
Public PropertyActualBorderLeftGets the displayed left border of a cell.  
Public PropertyActualBorderRightGets the displayed right cell border.  
Public PropertyActualBorderTopGets the displayed top border of a cell.  
Public PropertyActualDataValidatorGets the current cell data converter.  
Public PropertyActualFocusableGets a value that indicates whether the user can currently set focus to the cell using the keyboard or mouse.  
Public PropertyActualFontFamilyGets or sets the displayed font family of the cell.  
Public PropertyActualFontSizeGets or sets the displayed cell font size in points.  
Public PropertyActualFontStretchGets or sets the current degree to which a font is condensed or expanded.  
Public PropertyActualFontStyleGets or sets the displayed cell font style.  
Public PropertyActualFontWeightGets or sets the displayed weight for the cell font.  
Public PropertyActualForegroundGets an object that describes the displayed foreground of a cell.  
Public PropertyActualFormatterGets the current cell formatter.  
Public PropertyActualHorizontalAlignmentGets or sets the displayed horizontal alignment of the cell contents.  
Public PropertyActualLockedGets a value that indicates whether a cell is currently marked as locked from editing.  
Public PropertyActualShrinkToFitGets or sets the current value that indicates whether the text shrinks to fit in the cell.  
Public PropertyActualStrikethroughGets the current value that indicates whether Stikethrough is used.  
Public PropertyActualTabStopGets a value that indicates whether the user can currently set focus to the cell using the Tab key.  
Public PropertyActualTextIndentGets or sets the current amount used to indent the cell text.  
Public PropertyActualUnderlineGets the current value that indicates whether Underline is used.  
Public PropertyActualVerticalAlignmentGets or sets the displayed vertical alignment of the cell contents.  
Public PropertyActualWordWrapGets or sets the current value that indicates whether the text wraps in the cell.  
Public PropertyBackgroundGets or sets the background for a cell.  
Public PropertyBackgroundThemeColorGets or sets the background theme color for a cell.  
Public PropertyBorderBottomGets or sets the right cell border.  
Public PropertyBorderLeftGets or sets the left cell border.  
Public PropertyBorderRightGets or sets the right cell border.  
Public PropertyBorderTopGets or sets the top cell border.  
Public PropertyColumnGets the column that contains this cell.  
Public PropertyColumnSpanGets or sets the number of columns spanned by this cell.  
Public PropertyDataValidatorGets or sets the data validator for a cell.  
Public PropertyFocusableGets or sets a value that indicates whether the user can set focus to the cell using the keyboard or mouse.  
Public PropertyFontFamilyGets or sets the font family of the cell.  
Public PropertyFontSizeGets or sets the font size of the cell, in points.  
Public PropertyFontStretchGets or sets the degree to which a font is condensed or expanded.  
Public PropertyFontStyleGets or sets the font style for the cell.  
Public PropertyFontThemeGets or sets the font theme of the cell.  
Public PropertyFontWeightGets or sets the font weight for the cell.  
Public PropertyForegroundGets or sets the cell foreground.  
Public PropertyForegroundThemeColorGets or sets the foreground theme color for the cell.  
Public PropertyFormatterGets or sets the formatter for a cell.  
Public PropertyFormulaGets or sets the formula in a cell.  
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment of the cell contents.  
Public PropertyIsValidGets or sets a value that indicates whether the cell value is valid.  
Public PropertyLockedGets or sets a value that indicates whether a cell is marked as locked from editing.  
Public PropertyParentGets the parent for this cell.  
Public PropertyParentStyleNameGets or sets the parent style for a cell.  
Public PropertyRowGets the row that contains this cell.  
Public PropertyRowSpanGets or sets the number of rows spanned by a cell.  
Public PropertySheetAreaGets the sheet area that the cell belongs to.  
Public PropertyShrinkToFitGets or sets whether to support shrink to fit.  
Public PropertySparklineGets or sets sparkline information for a cell.  
Public PropertySparklineDataRangeGets the cell range of the sparkline.  
Public PropertySparklineDateAxisRangeGets the axis range of the sparkline.  
Public PropertyStrikethroughGets or sets a value that indicates whether Strikethrough take effect.  
Public PropertyStyleNameGets or sets the custom style for the cell.  
Public PropertyTabStopGets or sets a value that indicates whether the user can set focus to the cell using the Tab key.  
Public PropertyTagGets or sets an application-defined tag value for a cell.  
Public PropertyTextGets or sets the text in a cell.  
Public PropertyTextIndentGets or sets the amount to indent the cell text.  
Public PropertyUnderlineGets or sets a value that indicates whether Underline take effect.  
Public PropertyValueGets or sets the value in a cell.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the cell contents.  
Public PropertyWordWrapGets or sets whether to support word wrap.  
Public PropertyWorksheetGets the worksheet that the cell belongs to.  
Top
Public Methods
 NameDescription
Public MethodCacheStyleObjectCaches the style object for performance reasons.  
Public MethodEqualsDetermines whether the specified object is equivalent to this cell.  
Public MethodGetHashCodeGets the hash code of an object.  
Public MethodIsValidValueDetermines whether the specified value is valid.  
Public MethodResetBackgroundResets the background color for the cell and causes the cell to inherit the background color from the default cell.  
Public MethodResetBackgroundThemeColorResets the background theme color for the cell and causes the cell to inherit the background theme color from the default cell.  
Public MethodResetBorderBottomResets the bottom cell border for the cell and causes the cell to inherit the cell border from the default cell.  
Public MethodResetBorderLeftResets the left cell border for the cell and causes the cell to inherit the cell border from the default cell.  
Public MethodResetBorderRightResets the right cell border for the cell and causes the cell to inherit the cell border from the default cell.  
Public MethodResetBorderTopResets the top cell border for the cell and causes the cell to inherit the cell border from the default cell.  
Public MethodResetDataValidatorResets the data validator for the cell to null.  
Public MethodResetFocusableResets whether the cell can receive focus to its default value.  
Public MethodResetFontFamilyResets the font family for the cell and causes the cell to inherit the font family from the default cell.  
Public MethodResetFontSizeResets the font size for the cell and causes the cell to inherit the font size from the default cell.  
Public MethodResetFontStretchResets the font stretch for the cell and causes the cell to inherit the font stretch from the default cell.  
Public MethodResetFontStyleResets the font style for the cell and causes the cell to inherit the font style from the default cell.  
Public MethodResetFontThemeResets the font theme for the cell and causes the cell to inherit the font theme from the default cell.  
Public MethodResetFontWeightResets the font weight for the cell and causes the cell to inherit the font weight from the default cell.  
Public MethodResetForegroundResets the text (foreground) color for the cell and causes the cell to inherit the text color from the default cell.  
Public MethodResetForegroundThemeColorResets the text (foreground) theme color for the cell and causes the cell to inherit the text (foreground) color from the default cell.  
Public MethodResetFormatterResets the formatter for the cell and causes the cell to inherit the formatter from the default cell.  
Public MethodResetHorizontalAlignmentResets the horizontal alignment for the cell and makes the cell inherit the horizontal alignment from the default cell.  
Public MethodResetLockedResets the locked state for the cell and causes the cell to inherit the locked state from the default cell.  
Public MethodResetParentStyleNameResets the ParentStyleName object for the cell to an empty string.  
Public MethodResetShrinkToFitResets the shrink to fit setting for the cell and causes the cell to inherit the shrink to fit setting from the default cell.  
Public MethodResetStrikethroughReset Strikethrough to false.  
Public MethodResetStyleNameResets the StyleName object for the cell to empty.  
Public MethodResetTabStopResets whether the user can set focus to the cell using the Tab key, to its default value.  
Public MethodResetTextResets the text for the cell to empty.  
Public MethodResetTextIndentResets the text indent for the cell and causes the cell to inherit the text indent from the default cell.  
Public MethodResetUnderlineReset Underline to false.  
Public MethodResetValueResets the cell value to empty.  
Public MethodResetVerticalAlignmentResets the vertical alignment for the cell and makes the cell inherit the vertical alignment from the default cell.  
Public MethodResetWordWrapResets the word wrap setting for the cell and causes the cell to inherit the word wrap setting from the default cell.  
Public MethodToStringOverloaded. Gets a string that contains an absolute reference to this cell in the current reference style.  
Top
Public Events
 NameDescription
Public EventChangedOccurs when a property value changes.  
Top
See Also

Reference

Cell Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.