FarPoint.Win.Spread
CellPadding Class Members
See Also  Properties  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CellPadding Class


The following tables list the members exposed by CellPadding.

Public Constructors

 NameDescription
Public ConstructorCellPadding ConstructorOverloaded.  Initializes a new instance of the CellPadding class.  
Top

Public Properties

 NameDescription
Public PropertyAll Gets or sets the padding, in pixels, for the all edges.  
Public PropertyBottom Gets or sets the padding, in pixels, for the bottom edge.  
Public PropertyHorizontal Gets the sum, in pixels, for the right and left edges.  
Public PropertyIsEmpty Gets a value indicating whether this instance is empty.  
Public PropertyLeft Gets or sets the padding, in pixels, for the left edge.  
Public PropertyRight Gets or sets the padding, in pixels, for the right edge.  
Public PropertyTop Gets or sets the padding, in pixels, for the top edge.  
Public PropertyVertical Gets the sum, in pixels, for the top and bottom edges.  
Top

Public Methods

 NameDescription
Public MethodClone Creates a new object that is a copy of the current instance.  
Public MethodDeserialize Loads the object from XML.  
Public MethodEqualsOverloaded.  Determines whether the value of the specified object is equivalent to the current CellPadding object.  
Public MethodGetHashCodeOverridden.  Serves as a hash function for a particular type.  
Public MethodGetObjectData Populates a SerializationInfo with the data needed to serialize the target object.  
Public MethodReset Resets this instance to default value.  
Public MethodSerialize Saves the object to XML.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value of the CellPadding changes.  
Top

Public Operators

Public Operator Equality Implements the operator ==.
Public Operator Inequality Implements the operator !=.
Top

See Also