Smartsheet.Api.Internal.SmartsheetImpl.Sheets C# (CSharp) Méthode

Sheets() private méthode

private Sheets ( ) : SheetResources
Résultat SheetResources
        public virtual SheetResources Sheets()
        {
            throw new NotSupportedException();
        }

Usage Example

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