Initializes a new instance of the CalendarObject class

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public CalendarObject(
	int line,
	int col
)
Visual Basic
Public Sub New ( _
	line As Integer, _
	col As Integer _
)
Visual C++
public:
CalendarObject(
	int line, 
	int col
)

Parameters

line
Type: System..::..Int32
col
Type: System..::..Int32

See Also