Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public bool RemoveRow(
	int index
)
Visual Basic
Public Function RemoveRow ( _
	index As Integer _
) As Boolean
Visual C++
public:
bool RemoveRow(
	int index
)

Parameters

index
Type: System..::..Int32

See Also