MonobjcMonobjc Documented Class Library
NSTextTableBlock Constructor
NamespacesMonobjc.AppKitNSTextTableBlockNSTextTableBlock()()()()
Members
IconMemberDescription
NSTextTableBlock(NSTextTable, NSInteger, NSInteger, NSInteger, NSInteger)

Returns an initialized text table block.

Original signature is '- (id)initWithTable:(NSTextTable *)table startingRow:(NSInteger)row rowSpan:(NSInteger)rowSpan startingColumn:(NSInteger)col columnSpan:(NSInteger)colSpan'

Available in Mac OS X v10.4 and later.


NSTextTableBlock(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSTextTableBlock()()()()
Initializes a new instance of the NSTextTableBlock class.

NSTextTableBlock(IntPtr)
Initializes a new instance of the NSTextTableBlock class.

NSTextTableBlock(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSTextTableBlock class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)