MonobjcMonobjc Documented Class Library
GetNumberOfRowsColumns Method (rowCount, columnCount)
NamespacesMonobjc.AppKitNSMatrixGetNumberOfRowsColumns(NSInteger%, NSInteger%)

Obtains the number of rows and columns in the receiver.

Original signature is '- (void)getNumberOfRows:(NSInteger *)rowCount columns:(NSInteger *)columnCount'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetNumberOfRowsColumns(
	out NSInteger rowCount,
	out NSInteger columnCount
)
Public Overridable Sub GetNumberOfRowsColumns ( _
	<OutAttribute> ByRef rowCount As NSInteger, _
	<OutAttribute> ByRef columnCount As NSInteger _
)
public:
virtual void GetNumberOfRowsColumns(
	[OutAttribute] NSInteger% rowCount, 
	[OutAttribute] NSInteger% columnCount
)
Parameters
rowCount (NSInteger%)
On return, the number of rows in the matrix.
columnCount (NSInteger%)
On return, the number of columns in the matrix.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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