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

Rows() private méthode

private Rows ( ) : RowResources
Résultat RowResources
        public virtual RowResources Rows()
        {
            throw new NotSupportedException();
        }

Usage Example

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