[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo

SubItemInfo Class

Represents a SubItemInfo class.

Inheritance
SubItemInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SubItemInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class SubItemInfo
    Implements ISerializable, ISerializeSupport

Constructors

Name Description
SubItemInfo()

Initializes a new instance of the SubItemInfo class.

SubItemInfo(object)

Initializes a new instance of the SubItemInfo class with values.

SubItemInfo(object, object, ContentAlignment, bool, bool)

Initializes a new instance of the SubItemInfo class with values.

SubItemInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
ContentAlignment

Gets or sets the alignment of the text.

Ellipsis

Gets or sets whether to display the ellipsis when the text is not completely displayed.

Padding

Gets or sets a Padding value that indicates the margin of SubItemInfo.

Tag

Gets or sets a value the user set.

Value

Gets or sets the value of the SubItemInfo object.

WordWrap

Gets or sets a bool value that indicates whether the SubItemInfo object can wrap by word.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetContentAlignment()

Resets the content alignment.

ResetEllipsis()

Resets the ellipsis.

ResetPadding()

Resets the padding.

ResetWordWrap()

Resets the word wrap.

Serialize(XmlTextWriter)

Saves the object to XML.