[This is preliminary documentation and is subject to change.]

Returns the style of the row, the row style can be in terms of background color or font

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetRowStyle(
	int projectId
)
Visual Basic (Declaration)
Public Function GetRowStyle ( _
	projectId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetRowStyle(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
The unique id of the project

Return Value

The datatable with the row style, returns null if no row style is defined

See Also