Smartsheet.Api.Internal.SmartsheetImpl.Sheets C# (CSharp) 메소드

Sheets() 개인적인 메소드

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

Usage Example

예제 #1
0
 public virtual void TestSheets()
 {
     Assert.NotNull(smartsheet.Sheets());
 }