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

Rows() private method

private Rows ( ) : RowResources
return RowResources
        public virtual RowResources Rows()
        {
            throw new NotSupportedException();
        }

Usage Example

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