SheetResourcesRowResources Property |  |
Returns the SheetRowResources object that provides access to row resources associated with sheet resources.
Namespace:
Smartsheet.Api
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
SyntaxSheetRowResources RowResources { get; }
ReadOnly Property RowResources As SheetRowResources
Get
property SheetRowResources^ RowResources {
SheetRowResources^ get ();
}
abstract RowResources : SheetRowResources with get
Return Value
Type:
SheetRowResources the SheetRowResources object
See Also