Smartsheet.Api.Internal.SmartsheetImpl.Sheets C# (CSharp) Method

Sheets() private method

private Sheets ( ) : SheetResources
return SheetResources
        public virtual SheetResources Sheets()
        {
            throw new NotSupportedException();
        }

Usage Example

コード例 #1
0
 public virtual void TestSheets()
 {
     Assert.NotNull(smartsheet.Sheets());
 }