[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo.-ctor

SubItemInfo Constructor

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

Initializes a new instance of the SubItemInfo class with values.

Declaration
public SubItemInfo(object value, object tag, ContentAlignment contentAlignment, bool wordWrap, bool ellipsis)
Public Sub New(value As Object, tag As Object, contentAlignment As ContentAlignment, wordWrap As Boolean, ellipsis As Boolean)
Parameters
Type Name Description
object value

An object that indicates the value of the SubItemInfo object.

object tag

An object that indicates the tag value of the SubItemInfo object.

ContentAlignment contentAlignment

A ContentAlignment enumeration that indicates the alignment of the content.

bool wordWrap

A bool value, true to allow wrapping by word; otherwise, false.

bool ellipsis

A bool value, true to automatically show the ellipsis when content is not completely displayed; otherwise, false.

SubItemInfo(object)

Initializes a new instance of the SubItemInfo class with values.

Declaration
public SubItemInfo(object value)
Public Sub New(value As Object)
Parameters
Type Name Description
object value

An object that indicates the value of the SubItemInfo object.

SubItemInfo()

Initializes a new instance of the SubItemInfo class.

Declaration
public SubItemInfo()
Public Sub New()

SubItemInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected SubItemInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The information.

StreamingContext context

The context.