Class CrossSheetReference
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Class encapsulating a cross sheet reference
public class CrossSheetReference : NamedModel
- Inheritance
-
CrossSheetReference
- Inherited Members
Properties
EndColumnId
Get the last column Id in the cross-sheet reference block
public long? EndColumnId { get; set; }
Property Value
- long?
EndRowId
Get the last row Id in the cross-sheet reference block
public long? EndRowId { get; set; }
Property Value
- long?
SourceSheetId
Get the source sheet Id in the cross-sheet reference block
public long? SourceSheetId { get; set; }
Property Value
- long?
StartColumnId
Get the first column Id in the cross-sheet reference block
public long? StartColumnId { get; set; }
Property Value
- long?
StartRowId
Get the first row Id in the cross-sheet reference block
public long? StartRowId { get; set; }
Property Value
- long?
Status
Get the status of the cross-sheet reference block
public CrossSheetReferenceStatus? Status { get; set; }